body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #9A6835;
}
#wrapper {
	background-color: #FFF;
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin none #AB8157;
}
#wrapper #header {
	background-image: url(../images/bravo%20web%20header.jpg);
	height: 150px;
	background-repeat: no-repeat;
}
#wrapper #leftcol {
	width: 180px;
	float: left;
	padding: 10px;
}
#wrapper #footer {
	clear: both;
}
#wrapper #rightcol {
	width: 780px;
	float: left;
	padding: 10px;
	height: auto;
}
#wrapper #rightcol table tr td iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #topnav {
	text-align: right;
	padding: 5px;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #leftcol ul {
	list-style-type: none;
}
#wrapper #topnav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AE8557;
}
#wrapper #leftcol ul li {
	padding: 5px;
}
#wrapper #topnav ul li a {
	text-decoration: none;
	color: #AE8557;
}
#wrapper #leftcol ul li a {
	color: #AE8557;
	text-decoration: none;
}
#wrapper #leftcol ul li a:visited {
	color: #AE8557;
	text-decoration: none;
}
#wrapper #leftcol ul li a:hover {
	color: #AE8557;
	text-decoration: underline;
}
#wrapper #footer {
	background-image: url(../images/bravo%20footer.jpg);
	background-repeat: repeat-y;
	height: 25px;
	color: #000;
	font-size: .75em;
}
#wrapper #topnav ul li a:visited {
	color: #AE8557;
	text-decoration: none;
}
#wrapper #topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #topnav ul li a:hover {
	text-decoration: underline;
	color: #AE8557;
}
#wrapper #rightcol table tr td p strong {
	font-size: 1.5em;
}
